projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f5faf4
)
(init_environment): Add a version-independent site-lisp
author
Andrew Innes
<andrewi@gnu.org>
Fri, 19 Jan 2001 14:56:06 +0000
(14:56 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Fri, 19 Jan 2001 14:56:06 +0000
(14:56 +0000)
directory to EMACSLOADPATH, after the version dependent one.
src/w32.c
patch
|
blob
|
history
diff --git
a/src/w32.c
b/src/w32.c
index 80bc56981e4c64481674e231ea1f4895964aec51..d4bfca2bc0bd58e7ea194bbec3d8526e5eb1efda 100644
(file)
--- a/
src/w32.c
+++ b/
src/w32.c
@@
-732,7
+732,7
@@
init_environment (char ** argv)
{"HOME", "C:/"},
{"PRELOAD_WINSOCK", NULL},
{"emacs_dir", "C:/emacs"},
- {"EMACSLOADPATH", "%emacs_dir%/site-lisp;%emacs_dir%/lisp;%emacs_dir%/leim"},
+ {"EMACSLOADPATH", "%emacs_dir%/site-lisp;%emacs_dir%/
../site-lisp;%emacs_dir%/
lisp;%emacs_dir%/leim"},
{"SHELL", "%emacs_dir%/bin/cmdproxy.exe"},
{"EMACSDATA", "%emacs_dir%/etc"},
{"EMACSPATH", "%emacs_dir%/bin"},